Beschreibung
Typ
Restriction of xs:decimal
Diagramm
Overview
Facette (Aspekt)
TotalDigits | 15 |
FractionDigits | 3 |
Quelle
<xs:simpleType name="VatPercentage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:annotation>
<xs:documentation xml:lang="de">Steuersatz</xs:documentation>
<xs:documentation xml:lang="en">Tax rate </xs:documentation>
</xs:annotation>
<xs:restriction base="xs:decimal">
<xs:totalDigits value="15" />
<xs:fractionDigits value="3" />
</xs:restriction>
</xs:simpleType>
|
Siehe auch